|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.vtp.framework.interactions.core.support.Widget
org.eclipse.vtp.framework.interactions.core.support.WidgetDocument
public abstract class WidgetDocument
Base document type for component-style structures.
| Field Summary |
|---|
| Fields inherited from interface org.eclipse.vtp.framework.interactions.core.platforms.IDocument |
|---|
DEFAULT_CONTENT_TYPE |
| Constructor Summary | |
|---|---|
protected |
WidgetDocument()
Creates a new WidgetDocument object. |
| Method Summary | |
|---|---|
java.lang.String |
getContentType()
Returns a string representing the MIME type of XML document this instance produces. |
javax.xml.transform.Source |
toXMLSource()
Creates and returns an XML representation of this document. |
| Methods inherited from class org.eclipse.vtp.framework.interactions.core.support.Widget |
|---|
toString, writeAttribute, writeChildren, writeChildren, writeWidget, writeWidget, writeWidget |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.eclipse.vtp.framework.interactions.core.platforms.IDocument |
|---|
getDocumentType |
| Constructor Detail |
|---|
protected WidgetDocument()
| Method Detail |
|---|
public java.lang.String getContentType()
IDocument
getContentType in interface IDocument
public javax.xml.transform.Source toXMLSource()
throws java.lang.IllegalStateException
IDocument
toXMLSource in interface IDocumentjavax.xml.transform API.
java.lang.IllegalStateException - If any aspect of this document's state
prevents it from being transformed into XML.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||